home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 3 / Cream of the Crop 3.iso / comm / 140xpcom.zip / XPCOM140.CMP / XPCOM14 / XPSAM.BAT < prev   
DOS Batch File  |  1993-11-09  |  388b  |  10 lines

  1. REM  XPCOM Startup file for use with SAMS callbook
  2. REM  The first line installs the SAMS API driver into memory
  3. REM  Note the path (c:\sam) is required!
  4. REM  In line two,  the /b10 activates the screen blanker at 10 minutes
  5. REM  of no keyboard activity
  6. REM  the third line removes the SAM API driver after XPCOM is finished.
  7. c:\sam\samapi c:\sam
  8. xpcom.exe  /b10
  9. c:\sam\samapi /r
  10.